cssprovider: Move fallback code into _gtk_css_provider_load_named()
authorBenjamin Otte <otte@redhat.com>
Wed, 19 Sep 2012 14:30:27 +0000 (16:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 31 Oct 2012 10:09:09 +0000 (11:09 +0100)
commitb41215bdeaff963a4ad8be9cda8d841feb612b2b
treee78c8dd9b1f98b273d6a5789689f65b1248e5798
parent738b453c66b0135c665289b9ffe2b26181cf77dc
cssprovider: Move fallback code into _gtk_css_provider_load_named()

This makes sure the full theme loading logic resides in one function and
isn't scattered around.

As a side-effect, the hash table kept by gtk_css_provider_get_named()
will now be populated with fallback themes. This will not be a problem
after the next commit though.
gtk/gtkcssprovider.c
gtk/gtksettings.c